/*
Theme Name:		XL Worldwide
Theme URI: 		http://almactiva.com/
Description: 	XL Worldwide Theme.
Author:			Almactiva
Version: 		1.0
Tags: 			xl
*/



/* colors 

background:	#
text:		#
links: 		#1371D9
widget bg:	#
widget br:	#
widget tx:	#

*/

/* RESET */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}





/* Main STYLES */

body {
    background: url(images/body-bg.jpg) no-repeat #090909 top center;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    color: #b8b8b8;
}

h2 {
    font-size: 38px;
    font-weight: normal;
}

h3 {
    font-size: 28px;
    font-weight: normal;
}

h4 {
    font-size: 22px;
    font-weight: normal;
}

h5 {
    font-size: 16px;
    font-weight: normal;
}

p {
    font-size: 16px;
    line-height: 24px;
}


a {
    color: #1371D9;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

#header {
    background: url(images/header-bg.png) repeat-x;
    height: 120px;
}

#header-wrapper {
    width: 960px;
    margin: auto;
}

#logo {
    float: left;
    width: 142px;
    height: 82px;
    background: url(images/xl-logo.png) no-repeat;
    text-indent: -99999px;
    margin-top: 18px;
}

    #logo a {
        width: 142px;
        height: 82px;
        display: block;
    }


#tabs {
    position: absolute;
    margin-left: 750px;
}

    #tabs li {
        display: inline;
        margin-left: 10px;
    }

        #tabs li a {
            width: 110px;
            font-size: 9px;
            padding: 5px 25px;
            text-transform: uppercase;
            color: #FFF;
            color: rgba(255,255,255,0.8);
            font-weight: bold;
            font-family: Verdana, Geneva, sans-serif;
            text-shadow: rgba(0,0,0,0.3) -1px -1px 0px;
            background: url(images/tab-bg.png) repeat-x #184D84 0 2px;
            -moz-box-shadow: #000 0 0 5px;
            -webkit-box-shadow: #000 0 0 5px;
            border-bottom: #0C0C0C 1px solid;
            -moz-border-radius-bottomright: 5px;
            -moz-border-radius-bottomleft: 5px;
            -webkit-border-bottom-right-radius: 5px;
            -webkit-border-bottom-left-radius: 5px;
        }

            #tabs li a:hover {
                text-decoration: none;
                text-shadow: rgba(0,0,0,0.4) -1px -1px 0px;
                color: #FFF;
                -moz-box-shadow: #000 0 0 10px;
                -webkit-box-shadow: #000 0 0 10px;
            }

            #tabs li a.unavailable {
                background-image: url(images/tab-unavailable-bg.png);
            }

                #tabs li a.unavailable:hover {
                    text-decoration: none;
                    color: rgba(255,255,255,0.8);
                    cursor: default;
                    -moz-border-radius-bottomright: 5px;
                    -moz-border-radius-bottomleft: 5px;
                }


            #tabs li a:hover {
            }


#nav {
    float: right;
    margin-top: 50px;
}

    #nav li {
        display: inline;
        margin-left: 20px;
    }

        #nav li ul {
            display: none;
        }

        #nav li a {
            font-size: 18px;
        }

            #nav li a:hover {
                text-shadow: rgba(255,255,51,0.3) 0px 0px 20px;
            }

    #nav ul li.current_page_item a, #nav ul li.current_page_parent a, #nav ul li.current_page_ancestor a, body.single #nav ul li.page-item-15 a, body.archive #nav ul li.page-item-15 a {
        color: #FFF;
    }

    #nav li.current_page_item a:hover {
        text-decoration: none;
        cursor: default;
    }






#wrapper {
    width: 980px;
    margin: auto;
}


#slogan {
    margin-top: 35px;
    padding: 0 10px;
}

/*- SLIDER -*/

#slider {
    padding: 10px;
    width: 960px;
    position: relative;
    margin-top: 10px;
}

#gallery {
    border: 7px #333333 solid;
}



    #gallery, #gallery li {
        width: 946px;
        height: 290px;
        overflow: hidden;
    }


/*- CONTROLS -*/

#prevBtn a {
    background: url('images/btn-prev.png') no-repeat left top;
    cursor: pointer;
    display: block;
    height: 65px;
    left: 17px;
    margin: -190px 0 0 0;
    position: absolute;
    text-indent: -9999em;
    width: 28px;
    z-index: 1000;
}

#nextBtn a {
    background: url('images/btn-next.png') no-repeat left top;
    cursor: pointer;
    display: block;
    height: 65px;
    margin: -190px 0 0 0;
    position: absolute;
    right: 17px;
    text-indent: -9999em;
    width: 28px;
    z-index: 1000;
}

#controls {
    position: absolute;
    margin: -280px 10px 0 0;
    right: 15px;
}

    #controls li {
        display: block;
        float: left;
    }

        #controls li a {
            background: url('images/bullet.png');
            display: block;
            margin: 0 2px;
            height: 12px;
            text-indent: -9999em;
            width: 12px;
        }

        #controls li.current a {
            background-position: left bottom;
        }


h2 #crumbs {
    font-size: 18px;
}

    h2 #crumbs a {
        color: #b8b8b8;
    }

        h2 #crumbs a:hover {
            color: #fff
        }

#container {
    background: url(images/container-bg.png) no-repeat;
    margin-top: 20px;
    padding: 35px;
    min-height: 400px;
}

    #container.liquid {
        background: url(images/container-liquid-bg.jpg) no-repeat #0d0d0d;
        margin-top: 20px;
        padding: 35px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-box-shadow: #000 0 0 15px;
        -webkit-box-shadow: #000 0 0 15px;
    }

#content {
    width: 560px;
    float: left;
    margin-left: 30px;
    margin-top: 15px;
    text-shadow: #000 1px 1px 0;
}

.home #icon {
    width: 180px;
    float: left;
    margin-top: 5px;
}

.home #main-text {
    width: 370px;
    float: left;
}

.home #buttons {
    margin-top: 30px;
}



    .home #buttons .button {
        float: left;
        margin-left: 15px;
        width: 156px;
        height: 34px;
        text-indent: -9999px;
    }

        .home #buttons .button a {
            width: 156px;
            height: 34px;
            display: block;
        }


            .home #buttons .button a.trackit {
                background: url(images/button-trackit.png) no-repeat;
            }

            .home #buttons .button a.login {
                background: url(images/button-login.png) no-repeat;
            }


            .home #buttons .button a:hover {
                background-position: 0 -34px;
            }


h2.title {
    margin-bottom: 20px;
}

    h2.title.nomargin {
        margin-bottom: 0;
    }




.post {
}



li.post {
    list-style: none;
    padding-bottom: 40px;
    margin-bottom: 30px;
    border-bottom: 1px solid #333333;
}

    li.post:last-child {
        list-style: none;
        border-bottom: none;
    }

.post p.metadescription {
    font-size: 13px;
    color: #666666;
    text-transform: uppercase;
}

    .post p.metadescription a {
        color: #666666;
    }

.post .entry {
    margin-top: 10px;
}

    .post .entry p {
        font-family: Arial, Helvetica, sans-serif;
        margin-bottom: 15px;
    }


    .post .entry h3 {
        line-height: 30px;
        margin-bottom: 15px;
    }

    .post .entry h4 {
        margin-bottom: 10px;
    }

    .post .entry ul {
        list-style: inside square;
        line-height: 24px;
        margin-bottom: 14px;
        margin-left: 22px;
    }

    .post .entry ol {
        list-style: inside decimal;
        line-height: 24px;
        margin-bottom: 14px;
        margin-left: 22px;
    }

    .post .entry li {
        font-size: 14px;
    }

    .post .entry blockquote {
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 12px;
        font-style: italic;
        line-height: 20px;
        margin: 0 10px 14px 22px;
        border-left: #666666 6px solid;
        padding-left: 10px;
    }

.thumbnail-homenews {
    display: inline;
    float: left;
    margin-right: 24px;
    margin-top: 4px;
}


.post .entry img {
    padding: 5px;
    border: 1px #666 solid;
}

    .post .entry .alignleft,
    .post .entry img.alignleft {
        display: inline;
        float: left;
        margin-right: 24px;
        margin-top: 4px;
    }

    .post .entry .alignright,
    .post .entry img.alignright {
        display: inline;
        float: right;
        margin-left: 24px;
        margin-top: 4px;
    }

    .post .entry .aligncenter,
    .post .entry img.aligncenter {
        clear: both;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .post .entry img.alignleft, .post .entry img.alignright, .post .entry img.aligncenter {
        margin-bottom: 12px;
    }



.post .entry table.wptable {
    width: 100%;
    font-size: 12px;
}

    .post .entry table.wptable th {
        padding: 8px;
        !important font-size:16px;
        !important
    }

    .post .entry table.wptable td {
        padding: 8px;
        border: 1px solid #333;
    }


.post .meta {
    margin-top: 20px;
    background: #1c1c1c;
    padding: 10px;
    border: 4px solid #333;
    margin-bottom: 10px;
}

    .post .meta p {
        margin: 0;
        font-size: 12px;
    }





#comments {
    margin-top: 40px;
}

    #comments h2 {
        margin-bottom: 5px;
    }

    #comments h3 {
        margin-bottom: 20px;
        font-size: 22px;
    }

    #comments .comment {
        background: #1c1c1c;
        padding: 10px;
        border-bottom: 4px solid #333;
        margin-bottom: 15px;
    }

        #comments .comment img.avatar {
            float: left;
            padding: 2px;
            background: #333;
            margin: 0 5px 0px 0;
        }

        #comments .comment .comment-author {
            font-size: 16px;
            margin-bottom: 3px;
        }

        #comments .comment .comment-meta {
            font-size: 12px;
        }

        #comments .comment p {
            clear: both;
            font-size: 14px;
            line-height: 20px;
            margin-top: 20px;
        }

#respond {
}

textarea#comment, input#author, input#email, input#url {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 3px;
    background: #ccc;
    color: #333;
    border: 1px solid #333333;
    margin-bottom: 10px;
}



#sidebar {
    width: 270px;
    float: right;
    margin-top: 15px;
}


.widget {
    list-style: none;
    margin-bottom: 30px;
}

    .widget h4.widgettitle {
        margin-bottom: 10px;
    }

    .widget.widget_text p {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 20px;
    }

body.page .widget.widget_text p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
    border-left: 5px #666 solid;
    padding-left: 8px;
}


.widget.widget_text p strong {
    margin-top: 20px;
    color: #ccc;
    font-weight: normal;
}

.widget ul, .widget ol {
    margin-top: 5px;
}

.widget li {
    list-style: inside square;
    margin-bottom: 10px;
}

.widget p {
    font-size: 14px;
    line-height: 18px;
}

.widget a {
    text-decoration: none;
    color: #999999;
}


    .widget a:hover {
        text-decoration: underline;
        color: #1371D9;
    }

.widget li.current_page_item a, .widget li.current_page_ancestor a {
    font-weight: bold;
}

#SGM {
    border: 5px solid #666666;
}



#footer {
    padding: 0 10px;
    margin: 30px 0;
}

#footer-content  {
    float: left;
}

#footer .box {
    font-size: 12px;
    float: left;
    line-height: 15px;
    margin-right: 35px;
}

    #footer .box h4 {
        font-size: 12px;
    }

    #footer .box li a {
        color: #FFF;
    }

#footer #copyright {
    float: right;
}

    #footer #copyright p {
        font-size: 11px;
        color: #FFF;
        text-align: right;
        line-height: 16px;
    }

.clearer {
    clear: both;
}





/*FORM*/

.wpcf7 {
}

form.wpcf7-form {
}

.wpcf7 input, .wpcf7 textarea {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 5px;
    background: #ccc;
    color: #333;
    border: 1px solid #333333;
    margin-bottom: 20px;
    margin-top: 3px;
    width: 250px;
}

.wpcf7 textarea {
    width: 540px;
}

.wpcf7 input.send, #comments input#submit {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    /*background:#216295;*/
    background: url(images/button-bg.png) repeat-x #165DAA;
    color: #D2DEE8;
    border: #0A2A59 1px solid;
    text-decoration: none;
    padding: 8px 20px 7px 20px;
    text-shadow: rgba(0,0,0,0.2) 1px 1px 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-top: 10xp;
    cursor: pointer;
    width: auto;
    letter-spacing: 0.5px;
}

    .wpcf7 input.send:hover, #comments input#submit:hover {
        background-position: 0 -32px;
        border-color: #1E3E6D;
        color: #fff;
        -moz-box-shadow: #000 0 0 3px;
        -webkit-box-shadow: #000 0 0 3px;
    }

/* Content Page */

#content-page {
    padding: 30px 0;
}

#content-page h1 {
    color: #0e57a4;
    font-size: 42px;
    margin-bottom: 25px;
}

#content-page h2 {
    color: #d8d8d8;
    font-size: 30px;
    margin-bottom: 15px;
}

#content-page h3 {
    font-size: 24px;
    margin-bottom: 15px;
}

#content-page p {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    text-align: justify;
}

#content-page .button {
    background-color: #184D84;
    color: #DFDFDF;
    cursor: pointer;
}

#content-page ul {
    list-style: none;
}

#content-page ul li::before {
    content: "\25A0";
    color: #0e57a4;
    font-weight: bold;
    display: inline-block;
    font-size: 10px;
    width: 2em;
    margin-left: -1em;
}